home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / dos / lg / boxer75a / boxer / stylus_c.cod < prev    next >
Encoding:
Text File  |  1997-07-15  |  3.3 KB  |  157 lines

  1. *  -------------------------------------------------------------------
  2. *          PRINTER CODE DEFINITION FILE FOR EPSON STYLUS COLOR
  3. *  ------------------------------------------------------------------
  4. * all values are decimal, and must be separated by spaces or commas.
  5.  
  6. * Note that not all typefaces will allow any size; see the
  7. * printer manual for details. Before selecting another size
  8. * (codes 20-35) make sure you reset the previous size by inserting
  9. * code 20 (standard font).
  10. * This printer driver has not been thoroughly tested; please think
  11. * of it as sort of "alpha release"; thus any hints / ideas
  12. * will be greatly appreciated. (Michael Schmid, CIS:100106,2132)
  13.  
  14. * CODES 00-19   PITCH & LPI
  15.  
  16. * code 01;        5 lines/inch
  17. 01:27,51,36
  18. * code 02;        6 lines/inch
  19. 02:27,50
  20. * code 03;      7.2 lines/inch
  21. 03:27,51,25
  22. * code 04;        8 lines/inch
  23. 04:27,48
  24. * code 05;        9 lines/inch
  25. 05:27,51,20
  26.  
  27. * CODES for CHR/INCH
  28.  
  29. * code 10        10 cpi
  30. 10:27,80
  31. * code 12        12 cpi
  32. 12:27,77
  33. * code 15        15 cpi
  34. 15:27,103
  35. * code 17        17 cpi
  36. 17:15
  37. * code 18        release 17 cpi
  38. 18:18
  39. * code 20        Standard Font (10,5 pt; 10 cpi)
  40. 20:27,80
  41.  
  42. * CODES 20-35, FONT SIZE
  43. * code 22; Point Size  8
  44. 22:27,88,1,16,0
  45. * code 23; Point Size= 10,5
  46. 23:27,88,1,21,0
  47. * code 24; Point Size= 12
  48. 24:27,88,1,24,0
  49. * code 25; Point Size= 14
  50. 25:27,88,1,28,0
  51. * code 26; Point Size= 16
  52. 26:27,88,1,32,0
  53. * code 27; Point Size= 18
  54. 27:27,88,1,36,0
  55. * code 28; Point Size= 20
  56. 28:27,88,1,40,0
  57. * code 29; Point Size= 22
  58. 29:27,88,1,44,0
  59. * code 30; Point Size= 24
  60. 30:27,88,1,48,0
  61. * code 31; Point Size= 26
  62. 31:27,88,1,52,0
  63. * code 32; Point Size= 28
  64. 32:27,88,1,56,0
  65. * code 33; Point Size= 30
  66. 33:27,88,1,60,0
  67. * code 34; Point Size= 36
  68. 34:27,88,1,64,0
  69.  
  70.  
  71. * CODES 40-49, FONT STYLE AND EFFECTS
  72.  
  73. * code 40 draft mode
  74. 40:27,120,0
  75.  
  76. * code 41 LQ mode
  77. 41:27,120,1
  78.  
  79. * code 42 emphasized mode (bold) ON
  80. 42:27,69
  81.  
  82. * code 43 emphasized mode (bold) OFF
  83. 43:27,70
  84.  
  85. * code 44 Italic ON
  86. 44:27,52
  87.  
  88. * code 45 Italic OFF
  89. 45:27,53
  90.  
  91. * code 46 double width characters ON
  92. 46:27,87,1
  93.  
  94. * code 47 double width characters OFF
  95. 47:27,87,0
  96.  
  97. * code 50 superscript ON
  98. 50:27,83,0
  99.  
  100. * code 51 subscript ON
  101. 51:27,83,1
  102.  
  103. * code 52 superscript/subscript OFF
  104. 52:27,84
  105.  
  106. * code 53 underline ON
  107. 53:27,45,1
  108.  
  109. * code 54 underline OFF
  110. 54:27,45,0
  111.  
  112.  
  113. * CODES 64-69 ;  SPECIAL FUNCTIONS
  114.  
  115. * CODE 64  , enable MicroWeave
  116. 64:27,40,105,1
  117. * CODE 65 , disable MicroWeave
  118. 65:27,40,105,0
  119. * CODE 66 , initialize Printer
  120. 65:27,64
  121.  
  122.  
  123. *        CODES 70 - 79 , select a typeface
  124.  
  125. * code 70 , select === Courier ===
  126. 70:27,107,2
  127. * code 71 , select === ROMAN T ===
  128. 71:27,107,10
  129. * code 72 , select === Sans Serif H (PS) ===
  130. 72:27,107,11
  131. * code 73 , select === Roman ===
  132. 73:27,107,0
  133. * code 74 , select === Sans Serif ===
  134. 74:27,107,1
  135. * code 75 , select === Prestige ===
  136. 75:27,107,3
  137. * code 76 , select === Script ===
  138. 76:27,107,4
  139.  
  140. * CODES 80-86; CHOOSE COLORS
  141.  
  142. * code 80; choose === black ===
  143. 80:27,114,0
  144. * code 81; choose === magenta ===
  145. 81:27,114,1
  146. * code 82; choose === cyan ===
  147. 82:27,114,2
  148. * code 83; choose === violet ===
  149. 83:27,114,3
  150. * code 84; choose === yellow ===
  151. 84:27,114,4
  152. * code 85; choose === red ===
  153. 85:27,114,5
  154. * code 86; choose === green ===
  155. 86:27,114,6
  156.  
  157.